Skip to content

chore(deps): update minor and patch updates to github actions#299

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions-minor-patch
Jan 3, 2026
Merged

chore(deps): update minor and patch updates to github actions#299
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 3, 2026

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v6.0.0v6.0.1
astral-sh/setup-uv action patch v7.1.4v7.1.6

Release Notes

actions/checkout (actions/checkout)

v6.0.1

Compare Source

astral-sh/setup-uv (astral-sh/setup-uv)

v7.1.6: 🌈 add OS version to cache key to prevent binary incompatibility

Compare Source

Changes

This release will invalidate your cache existing keys!

The os version e.g. ubuntu-22.04 is now part of the cache key. This prevents failing builds when a cache got populated with wheels built with different tools (e.g. glibc) than are present on the runner where the cache got restored.

🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates

v7.1.5: 🌈 allow setting cache-local-path without enable-cache: true

Compare Source

Changes

#​612 fixed a faulty behavior where this action set UV_CACHE_DIR even though enable-cache was false. It also fixed the cases were the cache dir is already configured in a settings file like pyproject.toml or UV_CACHE_DIR was already set. Here the action shouldn't overwrite or set UV_CACHE_DIR.

These fixes introduced an unwanted behavior: You can still set cache-local-path but this action didn't do anything. This release fixes that.

You can now use cache-local-path to automatically set UV_CACHE_DIR even when enable-cache is false (or gets set to false by default e.g. on self-hosted runners)

- name: This is now possible
  uses: astral-sh/setup-uv@v7
  with:
    enable-cache: false
    cache-local-path: "/path/to/cache"
🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates

Configuration

📅 Schedule: Branch creation - Between day 1 and 7 of the month, and on Sunday and Saturday ( * * 1-7 * 0,6 ) in timezone America/Mexico_City, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 3, 2026
@renovate renovate Bot requested a review from edgarrmondragon as a code owner January 3, 2026 13:01
@renovate renovate Bot enabled auto-merge January 3, 2026 13:01
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 3, 2026
@renovate renovate Bot added this pull request to the merge queue Jan 3, 2026
Merged via the queue into main with commit c7e1be9 Jan 3, 2026
9 checks passed
@renovate renovate Bot deleted the renovate/github-actions-minor-patch branch January 3, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants